Standard Basecode for all demos

This basecode handles all window creation and other basic functions including fonts, timing, image loading, and error logging. 

Feel free to use this basecode for your own projects, but be sure to credit and I'd appreciate an e-mail to let me know who is using my code for what, I am always interested in others projects.

Files:
app.cpp/app.h - Singleton class that controls most basic functions of the basecode.
image.cpp/image.h - A class thathandles image loading, with functions for Type2 and Type10 TGA files, PCX,and windows BMP files. 
log.cpp/log.h - Error log class. Can generate HTML color-coded error logs.
timer.h - High resolution windows timer class.
window.cpp/window.h - Class that handles window creation and display.
resource.h - Header file for dialog box information.
logo.bmp - Codershq.com logo
basecode.rc - Resource file containg logo and dialog box information.

Contact:
Website: http://books.codershq.com
e-mail: evan@codershq.com
